golang.org/x/net/internal/timeseries.timeSeries.lastAdd (field)

6 uses

	golang.org/x/net/internal/timeseries (current package)
		timeseries.go#L127: 	lastAdd     time.Time         // time of last Observable tracked
		timeseries.go#L157: 	ts.lastAdd = time.Time{}
		timeseries.go#L178: 	if t.After(ts.lastAdd) {
		timeseries.go#L179: 		ts.lastAdd = t
		timeseries.go#L421: 			if srcEnd.After(ts.lastAdd) {
		timeseries.go#L422: 				srcEnd = ts.lastAdd